From: Fang Wenqi Date: Tue, 1 Jun 2010 02:43:06 +0000 (+0000) Subject: virtio_9p.h needs X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~17505^2~21 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=b126468e08d92aaeffa58ef04d70e417241dadc1;p=linux-4.9.git virtio_9p.h needs Found with makes headers_check: include/linux/virtio_9p.h:15: found __[us]{8,16,32,64} type without #include Signed-off-by: Fang Wenqi Signed-off-by: Eric Van Hensbergen --- diff --git a/include/linux/virtio_9p.h b/include/linux/virtio_9p.h index 5cf11765146b..395c38a47adb 100644 --- a/include/linux/virtio_9p.h +++ b/include/linux/virtio_9p.h @@ -4,6 +4,7 @@ * compatible drivers/servers. */ #include #include +#include /* The feature bitmap for virtio 9P */